@charset "utf-8";
/* CSS Document */
html,body{
	position: relative;
}
a{cursor:pointer;}
.ovh{
	overflow: hidden;
}
.nav{
	width: 830px;float: right; z-index: 9999;}

.nav li{
	float: left; 
	display: inline;
	position: relative;
	z-index:8;
	
}
.nav li a{
	display: block;
	float:left; height:80px;width:30px; line-height:20px; font-size:18px; color:#3a3a3a; text-align:center;padding: 30px;
	font-family: "微软雅黑"; 
	
}
.nav li a:hover{
	color: #ffffff;
	background-position: right -17px;
	 background:#cf0000;
	font-weight: bold;
	 
}
	 
	 
.nav li .sign{
	width: 19px;
	height: 9px;
	position: absolute;
	left: 50%;
	bottom: -7px;
	z-index: 8888;
	display: none;
	
}
.subnav{
	width:150px;
	position: absolute;
	top: 140px;
	z-index: 55555;
	background:#fcfcfc;
	display: none;
	
}
.subnav a{
	display: block;
}


.investor-subnav{
	width: 150px;
	padding-top: 23px;
	background:#fcfcfc;
}
.list{
	width: 150px;
	
	float: left;
	
}

.list ul{width: 150px;}
.list ul li a{
 color:#6e6e6e;
	width: 150px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	display: block;
	background: none;
	text-align:center;
	font-weight:normal; font-family:"Microsoft Yahei";
	padding: 0;
	
}

.list ul li a:hover{
	color: #fff;background: #cf0000;font-weight: normal;
}



